home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / 599.swf / scripts / frame_156 / DoAction.as
Text File  |  2006-01-17  |  184b  |  15 lines

  1. call("verdict");
  2. if(verdict ne "")
  3. {
  4.    tellTarget("/sounds")
  5.    {
  6.       gotoAndStop("win");
  7.       play();
  8.    }
  9. }
  10. if(credit < "0")
  11. {
  12.    credit = "0";
  13. }
  14. gotoAndPlay(140);
  15.